CALL REFERENCE
Calls a function by reference. CALL REFERENCE can pass 0 to 8 arguments to the function and either be used as a function or command.

ARGUMENTS:
* Reference Number = the reference number of the function to call
optional:
* Args = up to 8 arguments

RETURNS:
Returns the result of the referenced function (see:REFERENCE RESULT)




SYNTAX
Return Value=CALL REFERENCE(Reference Number [,Args])
CALL REFERENCE Reference Number [,Args]


RELATED INFO
View Intervals, References and Callbacks Index
View STYX Index
View STYX Main File